Skip to content

chore: release dds 0.4.0 - #31

Merged
jlc488 merged 1 commit into
mainfrom
chore/release-dds-0.4.0
Sep 2, 2026
Merged

chore: release dds 0.4.0#31
jlc488 merged 1 commit into
mainfrom
chore/release-dds-0.4.0

Conversation

@jlc488

@jlc488 jlc488 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Runs changeset version to bump the fixed release group (@devslab/dds-tokens, @devslab/dds-css, @devslab/dds-icons, @devslab/dds-solid, @devslab/site-kit) from 0.3.1 to 0.4.0, updates the internal workspace: dependency ranges between them, and consumes/deletes .changeset/flag-locale-menu.md.
  • This consumes the flag-locale-menu changeset from feat(site-kit): flag locale menu variant + flag data (D-017) #30 (@devslab/site-kit: minor, merged as cc2f996).
  • Updates the two hard-coded version assertions in tests/foundation-contracts.test.mjs (manifest version and internal workspace: dependency string) to 0.4.0.
  • Regenerates pnpm-lock.yaml so the workspace specifiers for the five packages match 0.4.0.

Not included

  • No tag is pushed and no publish is run. After this PR merges, the owner pushes tag dds-v0.4.0 to trigger the release/publish workflow.

Test plan

  • pnpm run verify — build + check, all packages green
  • pnpm run verify:site-kit:release — foundation core tests, dds-solid/site-kit builds, and the site-kit pack/publish dry-run/consumer-import check, all green

@jlc488
jlc488 merged commit 90786b1 into main Sep 2, 2026
2 checks passed
@jlc488
jlc488 deleted the chore/release-dds-0.4.0 branch September 2, 2026 13:43
jlc488 added a commit that referenced this pull request Sep 3, 2026
* ci: release on every push to main through changesets/action

Until now release.yml only ran when someone pushed a `dds-v*` tag by
hand. Nothing created that tag: two release commits (0.4.0 in #31,
0.4.1 in #33) sat on main while npm stayed at 0.3.0, and the landing
that was waiting on site-kit 0.4.1 shipped behind a `<select>` instead
of the flag picker.

The workflow now runs on every push to main, passes the same
verification gate as before, and hands off to changesets/action: with
changeset files waiting it opens the "chore: release dds" version PR;
with none waiting (the version PR just merged) it runs `changeset
publish`, which publishes whatever is on main but not yet on npm and
tags each package. Re-runs are safe because versions already on npm are
skipped. Provenance and the NPM_TOKEN secret are unchanged. The README
pair describes the flow.

* ci: let the release verifiers pass when the version is already on npm

verify:solid:release and verify:site-kit:release end with
`npm publish --dry-run`, and npm refuses a dry-run of a version that is
already published. That made CI on main red from the moment a release
went out until the next version bump — exactly the state the new
release workflow runs in on every push. The pack, the manifest and the
fresh-consumer install are what these gates check; an "already
published" answer from the registry is now logged and counted as
passed, and every other dry-run failure still throws. verify:release
never hit this because it runs npm offline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant